home *** CD-ROM | disk | FTP | other *** search
- on JUMBLE
- global BOS
- set BOS to random(30)
- if BOS = 30 then
- set the text of cast "TEXT" to "Welcome to the Bonehead Operating System. Version 0.1."
- exit
- end if
- if BOS < 30 then
- set the text of cast "TEXT" to "Welcome to the Binary Operating System. Version 1.0."
- exit
- end if
- end
-
- on DATUH
- global DATUH
- set DATUH to random(3)
- if DATUH = 1 then
- set the text of cast "TEXT2" to "0111110"
- set the text of cast "TEXT4" to "0110110"
- set the text of cast "TEXT6" to "1011101"
- set the text of cast "TEXT8" to "0100010"
- exit
- end if
- if DATUH = 2 then
- set the text of cast "TEXT2" to "0101001"
- set the text of cast "TEXT4" to "0010100"
- set the text of cast "TEXT6" to "1111111"
- set the text of cast "TEXT8" to "1010101"
- exit
- end if
- if DATUH = 3 then
- set the text of cast "TEXT2" to "0000000"
- set the text of cast "TEXT4" to "1111111"
- set the text of cast "TEXT6" to "0100111"
- set the text of cast "TEXT8" to "1010011"
- exit
- end if
- end
-
- on DATUM
- global DATUM
- set DATUM to random(3)
- if DATUM = 1 then
- set the text of cast "TEXT3" to "0101010"
- set the text of cast "TEXT5" to "1110000"
- set the text of cast "TEXT7" to "0001111"
- set the text of cast "TEXT9" to "1000001"
- exit
- end if
- if DATUM = 2 then
- set the text of cast "TEXT3" to "0101001"
- set the text of cast "TEXT5" to "0010000"
- set the text of cast "TEXT7" to "1111111"
- set the text of cast "TEXT9" to "1010101"
- exit
- end if
- if DATUM = 3 then
- set the text of cast "TEXT3" to "0000000"
- set the text of cast "TEXT5" to "1111111"
- set the text of cast "TEXT7" to "0100111"
- set the text of cast "TEXT9" to "1010011"
- exit
- end if
- end
-
- on FIXIT
- set the text of cast "TEXT" to "Welcome to the Binary Operating System. Version 1.0."
- set the text of cast "TEXT2" to "..."
- set the text of cast "TEXT3" to "..."
- set the text of cast "TEXT4" to "..."
- set the text of cast "TEXT5" to "..."
- set the text of cast "TEXT6" to "..."
- set the text of cast "TEXT7" to "..."
- set the text of cast "TEXT8" to "..."
- set the text of cast "TEXT9" to "..."
- end
-